All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Thread
NSThread
.
[[NSThread
alloc] init]
.
+ currentThread
Objective-C class method.
+ detachNewThreadSelector:toTarget:withObject:
Objective-C class method.
+ exit
Objective-C class method.
+ isMultiThreaded
Objective-C class method.
+ sleepUntilDate:
Objective-C class method.
- threadDictionary
Objective-C instance method.
protected Thread(boolean shouldAllocate, int objcObject)
public Thread()
[[NSThread
alloc] init]
.
public static native Thread currentThread()
+ currentThread
Objective-C class method.
public static native void detachNewThread(Selector selector, Object target, Object argument)
+ detachNewThreadSelector:toTarget:withObject:
Objective-C class method.
public static native boolean isMultiThreaded()
+ isMultiThreaded
Objective-C class method.
public native MutableDictionary threadDictionary()
- threadDictionary
Objective-C instance method.
public static native void sleepUntilDate(Date date)
+ sleepUntilDate:
Objective-C class method.
public static native void exit()
+ exit
Objective-C class method.
All Packages Class Hierarchy This Package Previous Next Index